Uses of Interface
com.cisco.pt.ipc.sim.RemoteNetwork
Packages that use RemoteNetwork
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of RemoteNetwork in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return RemoteNetworkModifier and TypeMethodDescriptionIPCFactory.getRemoteNetworkAt(MultiUserManager multiUserManager, int index) IPCFactory.getRemoteNetworkByName(MultiUserManager multiUserManager, String name) -
Uses of RemoteNetwork in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type RemoteNetworkModifier and TypeMethodDescriptionvoidRemoteNetworkEventRegistry.addListener(RemoteNetworkEventListener listener, RemoteNetwork objClass) voidRemoteNetworkEventRegistry.addSpecificListenerFiltered(RemoteNetworkEventListener listener, RemoteNetwork objClass, List<String> events) voidRemoteNetworkEventRegistry.removeListener(RemoteNetworkEventListener listener, RemoteNetwork objClass) voidRemoteNetworkEventRegistry.removeSpecificListenerFiltered(RemoteNetworkEventListener listener, RemoteNetwork objClass, List<String> events) -
Uses of RemoteNetwork in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement RemoteNetwork -
Uses of RemoteNetwork in com.cisco.pt.ipc.system
Methods in com.cisco.pt.ipc.system that return RemoteNetworkModifier and TypeMethodDescriptionMultiUserManager.getRemoteNetworkAt(int index) Information provided by the PKI file:MultiUserManager.getRemoteNetworkByName(String name) Information provided by the PKI file: -
Uses of RemoteNetwork in com.cisco.pt.ipc.system.impl
Methods in com.cisco.pt.ipc.system.impl that return RemoteNetworkModifier and TypeMethodDescriptionMultiUserManagerImpl.getRemoteNetworkAt(int index) Information provided by the PKI file:MultiUserManagerImpl.getRemoteNetworkByName(String name) Information provided by the PKI file: